home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / quit.dir / 00011_Yes-down.ls < prev    next >
Encoding:
Text File  |  1996-04-18  |  169 b   |  11 lines

  1. on mouseDown
  2.   global gASKReturn
  3.   if hPressButton() then
  4.     set gASKReturn to 1
  5.     forget(window "new")
  6.     tell the stage
  7.       continue()
  8.     end tell
  9.   end if
  10. end
  11.